home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / dev / src / GLperf3.12-src.lha / GLperf / TestTab.h < prev    next >
Encoding:
Text File  |  1998-09-20  |  894 b   |  26 lines

  1. /*
  2.  * This file generated from MakeTab (source file MakeTab.c)
  3.  */
  4.  
  5. const int NumTests = 18;
  6. StringValue Tests[] = {
  7.   { "BitmapTest", (int)(BitmapTest) },
  8.   { "ClearTest", (int)(ClearTest) },
  9.   { "CopyPixelsTest", (int)(CopyPixelsTest) },
  10.   { "DrawPixelsTest", (int)(DrawPixelsTest) },
  11.   { "LineLoopTest", (int)(LineLoopTest) },
  12.   { "LineStripTest", (int)(LineStripTest) },
  13.   { "LinesTest", (int)(LinesTest) },
  14.   { "PointsTest", (int)(PointsTest) },
  15.   { "PolygonTest", (int)(PolygonTest) },
  16.   { "QuadStripTest", (int)(QuadStripTest) },
  17.   { "QuadsTest", (int)(QuadsTest) },
  18.   { "ReadPixelsTest", (int)(ReadPixelsTest) },
  19.   { "TexImageTest", (int)(TexImageTest) },
  20.   { "TextTest", (int)(TextTest) },
  21.   { "TransformTest", (int)(TransformTest) },
  22.   { "TriangleFanTest", (int)(TriangleFanTest) },
  23.   { "TriangleStripTest", (int)(TriangleStripTest) },
  24.   { "TrianglesTest", (int)(TrianglesTest) },
  25. };
  26.